ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ListBox<T> Class / CheckedValues Property

In This Topic
    CheckedValues Property (ListBox<T>)
    In This Topic
    Gets or sets a list containing the item-values that are currently checked.
    Syntax
    'Declaration
     
    Public Property CheckedValues As IEnumerable(Of Object)
    public IEnumerable<object> CheckedValues {get; set;}
    See Also